Skip to content

[3.13] gh-134109: Fix showing comments in pydoc output for argparse (GH-134110)#134113

Merged
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-71cf4dd-3.13
May 16, 2025
Merged

[3.13] gh-134109: Fix showing comments in pydoc output for argparse (GH-134110)#134113
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-71cf4dd-3.13

Conversation

@miss-islington

@miss-islington miss-islington commented May 16, 2025

Copy link
Copy Markdown
Contributor

Comments immediately preceding the object's source code are used
if the object has no docstring.
Comments that do not describe the object should be separated from
the following source code by an empty line.
(cherry picked from commit 71cf4dd)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…ythonGH-134110)

Comments immediately preceding the object's source code are used
if the object has no docstring.
Comments that do not describe the object should be separated from
the following source code by an empty line.
(cherry picked from commit 71cf4dd)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants